Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps localhost from 1.6.0 to 1.7.0.

Changelog

Sourced from localhost's changelog.

Releases

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [localhost](https://github.com/socketry/localhost) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/socketry/localhost/releases)
- [Changelog](https://github.com/socketry/localhost/blob/main/releases.md)
- [Commits](socketry/localhost@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: localhost
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jan 12, 2026
@github-actions
Copy link
Contributor

4 similar comments
@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

gem compare localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT rubygems_version:
    1.6.0: 3.6.7
    1.7.0: 4.0.3
  DIFFERENT version:
    1.6.0: 1.6.0
    1.7.0: 1.7.0
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
            lib/localhost/authority.rb +2/-2
            lib/localhost/system/linux.rb +9/-2
            lib/localhost/version.rb +1/-1
            license.md +1/-1

4 similar comments
@github-actions
Copy link
Contributor

gem compare localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT rubygems_version:
    1.6.0: 3.6.7
    1.7.0: 4.0.3
  DIFFERENT version:
    1.6.0: 1.6.0
    1.7.0: 1.7.0
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
            lib/localhost/authority.rb +2/-2
            lib/localhost/system/linux.rb +9/-2
            lib/localhost/version.rb +1/-1
            license.md +1/-1

@github-actions
Copy link
Contributor

gem compare localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT rubygems_version:
    1.6.0: 3.6.7
    1.7.0: 4.0.3
  DIFFERENT version:
    1.6.0: 1.6.0
    1.7.0: 1.7.0
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
            lib/localhost/authority.rb +2/-2
            lib/localhost/system/linux.rb +9/-2
            lib/localhost/version.rb +1/-1
            license.md +1/-1

@github-actions
Copy link
Contributor

gem compare localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT rubygems_version:
    1.6.0: 3.6.7
    1.7.0: 4.0.3
  DIFFERENT version:
    1.6.0: 1.6.0
    1.7.0: 1.7.0
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
            lib/localhost/authority.rb +2/-2
            lib/localhost/system/linux.rb +9/-2
            lib/localhost/version.rb +1/-1
            license.md +1/-1

@github-actions
Copy link
Contributor

gem compare localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT rubygems_version:
    1.6.0: 3.6.7
    1.7.0: 4.0.3
  DIFFERENT version:
    1.6.0: 1.6.0
    1.7.0: 1.7.0
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
            lib/localhost/authority.rb +2/-2
            lib/localhost/system/linux.rb +9/-2
            lib/localhost/version.rb +1/-1
            license.md +1/-1

@github-actions
Copy link
Contributor

gem compare --diff localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
        lib/localhost/authority.rb
                --- /tmp/d20260112-349-lco9oc/localhost-1.6.0/lib/localhost/authority.rb	2026-01-12 03:38:02.174280603 +0000
                +++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/lib/localhost/authority.rb	2026-01-12 03:38:02.176280606 +0000
                @@ -4 +4 @@
                -# Copyright, 2018-2025, by Samuel Williams.
                +# Copyright, 2018-2026, by Samuel Williams.
                @@ -176 +176 @@
                -					context.tmp_dh_callback = proc {self.dh_key}
                +					context.tmp_dh_callback = proc{self.dh_key}
        lib/localhost/system/linux.rb
                --- /tmp/d20260112-349-lco9oc/localhost-1.6.0/lib/localhost/system/linux.rb	2026-01-12 03:38:02.175280605 +0000
                +++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/lib/localhost/system/linux.rb	2026-01-12 03:38:02.176280606 +0000
                @@ -4 +4 @@
                -# Copyright, 2025, by Samuel Williams.
                +# Copyright, 2025-2026, by Samuel Williams.
                @@ -13,0 +14,3 @@
                +			# OpenSUSE/SLES use this path for certificate anchors.
                +			OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
                +			
                @@ -26 +29 @@
                -					# For systems using `update-ca-trust`.
                +					# For systems using `update-ca-trust` (most Linux distributions).
                @@ -28,0 +32,4 @@
                +				elsif File.exist?(OPENSUSE_ANCHORS_PATH)
                +					# For systems using `update-ca-certificates` (OpenSUSE/SLES).
                +					destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
                +					command = UPDATE_CA_CERTIFICATES
        lib/localhost/version.rb
                --- /tmp/d20260112-349-lco9oc/localhost-1.6.0/lib/localhost/version.rb	2026-01-12 03:38:02.175280605 +0000
                +++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/lib/localhost/version.rb	2026-01-12 03:38:02.176280606 +0000
                @@ -7 +7 @@
                -	VERSION = "1.6.0"
                +	VERSION = "1.7.0"
        license.md
                --- /tmp/d20260112-349-lco9oc/localhost-1.6.0/license.md	2026-01-12 03:38:02.175280605 +0000
                +++ /tmp/d20260112-349-lco9oc/localhost-1.7.0/license.md	2026-01-12 03:38:02.176280606 +0000
                @@ -3 +3 @@
                -Copyright, 2018-2025, by Samuel Williams.  
                +Copyright, 2018-2026, by Samuel Williams.  

@github-actions
Copy link
Contributor

gem compare --diff localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
        lib/localhost/authority.rb
                --- /tmp/d20260112-472-2hsddx/localhost-1.6.0/lib/localhost/authority.rb	2026-01-12 03:38:03.014931181 +0000
                +++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/lib/localhost/authority.rb	2026-01-12 03:38:03.016931211 +0000
                @@ -4 +4 @@
                -# Copyright, 2018-2025, by Samuel Williams.
                +# Copyright, 2018-2026, by Samuel Williams.
                @@ -176 +176 @@
                -					context.tmp_dh_callback = proc {self.dh_key}
                +					context.tmp_dh_callback = proc{self.dh_key}
        lib/localhost/system/linux.rb
                --- /tmp/d20260112-472-2hsddx/localhost-1.6.0/lib/localhost/system/linux.rb	2026-01-12 03:38:03.015931196 +0000
                +++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/lib/localhost/system/linux.rb	2026-01-12 03:38:03.016931211 +0000
                @@ -4 +4 @@
                -# Copyright, 2025, by Samuel Williams.
                +# Copyright, 2025-2026, by Samuel Williams.
                @@ -13,0 +14,3 @@
                +			# OpenSUSE/SLES use this path for certificate anchors.
                +			OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
                +			
                @@ -26 +29 @@
                -					# For systems using `update-ca-trust`.
                +					# For systems using `update-ca-trust` (most Linux distributions).
                @@ -28,0 +32,4 @@
                +				elsif File.exist?(OPENSUSE_ANCHORS_PATH)
                +					# For systems using `update-ca-certificates` (OpenSUSE/SLES).
                +					destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
                +					command = UPDATE_CA_CERTIFICATES
        lib/localhost/version.rb
                --- /tmp/d20260112-472-2hsddx/localhost-1.6.0/lib/localhost/version.rb	2026-01-12 03:38:03.015931196 +0000
                +++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/lib/localhost/version.rb	2026-01-12 03:38:03.016931211 +0000
                @@ -7 +7 @@
                -	VERSION = "1.6.0"
                +	VERSION = "1.7.0"
        license.md
                --- /tmp/d20260112-472-2hsddx/localhost-1.6.0/license.md	2026-01-12 03:38:03.015931196 +0000
                +++ /tmp/d20260112-472-2hsddx/localhost-1.7.0/license.md	2026-01-12 03:38:03.016931211 +0000
                @@ -3 +3 @@
                -Copyright, 2018-2025, by Samuel Williams.  
                +Copyright, 2018-2026, by Samuel Williams.  

@github-actions
Copy link
Contributor

gem compare --diff localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
        lib/localhost/authority.rb
                --- /tmp/d20260112-613-n54lrd/localhost-1.6.0/lib/localhost/authority.rb	2026-01-12 03:38:03.328409472 +0000
                +++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/lib/localhost/authority.rb	2026-01-12 03:38:03.329409457 +0000
                @@ -4 +4 @@
                -# Copyright, 2018-2025, by Samuel Williams.
                +# Copyright, 2018-2026, by Samuel Williams.
                @@ -176 +176 @@
                -					context.tmp_dh_callback = proc {self.dh_key}
                +					context.tmp_dh_callback = proc{self.dh_key}
        lib/localhost/system/linux.rb
                --- /tmp/d20260112-613-n54lrd/localhost-1.6.0/lib/localhost/system/linux.rb	2026-01-12 03:38:03.328409472 +0000
                +++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/lib/localhost/system/linux.rb	2026-01-12 03:38:03.330409442 +0000
                @@ -4 +4 @@
                -# Copyright, 2025, by Samuel Williams.
                +# Copyright, 2025-2026, by Samuel Williams.
                @@ -13,0 +14,3 @@
                +			# OpenSUSE/SLES use this path for certificate anchors.
                +			OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
                +			
                @@ -26 +29 @@
                -					# For systems using `update-ca-trust`.
                +					# For systems using `update-ca-trust` (most Linux distributions).
                @@ -28,0 +32,4 @@
                +				elsif File.exist?(OPENSUSE_ANCHORS_PATH)
                +					# For systems using `update-ca-certificates` (OpenSUSE/SLES).
                +					destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
                +					command = UPDATE_CA_CERTIFICATES
        lib/localhost/version.rb
                --- /tmp/d20260112-613-n54lrd/localhost-1.6.0/lib/localhost/version.rb	2026-01-12 03:38:03.328409472 +0000
                +++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/lib/localhost/version.rb	2026-01-12 03:38:03.330409442 +0000
                @@ -7 +7 @@
                -	VERSION = "1.6.0"
                +	VERSION = "1.7.0"
        license.md
                --- /tmp/d20260112-613-n54lrd/localhost-1.6.0/license.md	2026-01-12 03:38:03.328409472 +0000
                +++ /tmp/d20260112-613-n54lrd/localhost-1.7.0/license.md	2026-01-12 03:38:03.330409442 +0000
                @@ -3 +3 @@
                -Copyright, 2018-2025, by Samuel Williams.  
                +Copyright, 2018-2026, by Samuel Williams.  

@github-actions
Copy link
Contributor

gem compare --diff localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
        lib/localhost/authority.rb
                --- /tmp/d20260112-600-4maqxr/localhost-1.6.0/lib/localhost/authority.rb	2026-01-12 03:38:04.100604867 +0000
                +++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/lib/localhost/authority.rb	2026-01-12 03:38:04.102604864 +0000
                @@ -4 +4 @@
                -# Copyright, 2018-2025, by Samuel Williams.
                +# Copyright, 2018-2026, by Samuel Williams.
                @@ -176 +176 @@
                -					context.tmp_dh_callback = proc {self.dh_key}
                +					context.tmp_dh_callback = proc{self.dh_key}
        lib/localhost/system/linux.rb
                --- /tmp/d20260112-600-4maqxr/localhost-1.6.0/lib/localhost/system/linux.rb	2026-01-12 03:38:04.101604865 +0000
                +++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/lib/localhost/system/linux.rb	2026-01-12 03:38:04.102604864 +0000
                @@ -4 +4 @@
                -# Copyright, 2025, by Samuel Williams.
                +# Copyright, 2025-2026, by Samuel Williams.
                @@ -13,0 +14,3 @@
                +			# OpenSUSE/SLES use this path for certificate anchors.
                +			OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
                +			
                @@ -26 +29 @@
                -					# For systems using `update-ca-trust`.
                +					# For systems using `update-ca-trust` (most Linux distributions).
                @@ -28,0 +32,4 @@
                +				elsif File.exist?(OPENSUSE_ANCHORS_PATH)
                +					# For systems using `update-ca-certificates` (OpenSUSE/SLES).
                +					destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
                +					command = UPDATE_CA_CERTIFICATES
        lib/localhost/version.rb
                --- /tmp/d20260112-600-4maqxr/localhost-1.6.0/lib/localhost/version.rb	2026-01-12 03:38:04.101604865 +0000
                +++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/lib/localhost/version.rb	2026-01-12 03:38:04.102604864 +0000
                @@ -7 +7 @@
                -	VERSION = "1.6.0"
                +	VERSION = "1.7.0"
        license.md
                --- /tmp/d20260112-600-4maqxr/localhost-1.6.0/license.md	2026-01-12 03:38:04.101604865 +0000
                +++ /tmp/d20260112-600-4maqxr/localhost-1.7.0/license.md	2026-01-12 03:38:04.102604864 +0000
                @@ -3 +3 @@
                -Copyright, 2018-2025, by Samuel Williams.  
                +Copyright, 2018-2026, by Samuel Williams.  

@github-actions
Copy link
Contributor

gem compare --diff localhost 1.6.0 1.7.0

Compared versions: ["1.6.0", "1.7.0"]
  DIFFERENT files:
    1.6.0->1.7.0:
      * Changed:
        lib/localhost/authority.rb
                --- /tmp/d20260112-342-vqntt/localhost-1.6.0/lib/localhost/authority.rb	2026-01-12 03:38:05.196396633 +0000
                +++ /tmp/d20260112-342-vqntt/localhost-1.7.0/lib/localhost/authority.rb	2026-01-12 03:38:05.198396627 +0000
                @@ -4 +4 @@
                -# Copyright, 2018-2025, by Samuel Williams.
                +# Copyright, 2018-2026, by Samuel Williams.
                @@ -176 +176 @@
                -					context.tmp_dh_callback = proc {self.dh_key}
                +					context.tmp_dh_callback = proc{self.dh_key}
        lib/localhost/system/linux.rb
                --- /tmp/d20260112-342-vqntt/localhost-1.6.0/lib/localhost/system/linux.rb	2026-01-12 03:38:05.197396630 +0000
                +++ /tmp/d20260112-342-vqntt/localhost-1.7.0/lib/localhost/system/linux.rb	2026-01-12 03:38:05.198396627 +0000
                @@ -4 +4 @@
                -# Copyright, 2025, by Samuel Williams.
                +# Copyright, 2025-2026, by Samuel Williams.
                @@ -13,0 +14,3 @@
                +			# OpenSUSE/SLES use this path for certificate anchors.
                +			OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
                +			
                @@ -26 +29 @@
                -					# For systems using `update-ca-trust`.
                +					# For systems using `update-ca-trust` (most Linux distributions).
                @@ -28,0 +32,4 @@
                +				elsif File.exist?(OPENSUSE_ANCHORS_PATH)
                +					# For systems using `update-ca-certificates` (OpenSUSE/SLES).
                +					destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
                +					command = UPDATE_CA_CERTIFICATES
        lib/localhost/version.rb
                --- /tmp/d20260112-342-vqntt/localhost-1.6.0/lib/localhost/version.rb	2026-01-12 03:38:05.197396630 +0000
                +++ /tmp/d20260112-342-vqntt/localhost-1.7.0/lib/localhost/version.rb	2026-01-12 03:38:05.198396627 +0000
                @@ -7 +7 @@
                -	VERSION = "1.6.0"
                +	VERSION = "1.7.0"
        license.md
                --- /tmp/d20260112-342-vqntt/localhost-1.6.0/license.md	2026-01-12 03:38:05.197396630 +0000
                +++ /tmp/d20260112-342-vqntt/localhost-1.7.0/license.md	2026-01-12 03:38:05.198396627 +0000
                @@ -3 +3 @@
                -Copyright, 2018-2025, by Samuel Williams.  
                +Copyright, 2018-2026, by Samuel Williams.  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant